From: Debian Qt/KDE Maintainers Date: Sat, 11 Apr 2026 10:46:07 +0000 (+0200) Subject: cross2 X-Git-Tag: archive/raspbian/6.10.2+dfsg-7+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=dc8ba452e1802a4697efe2756f5931a4032ba3e5;p=qt6-base.git cross2 Gbp-Pq: Name cross2.patch --- diff --git a/cmake/QtWrapperScriptHelpers.cmake b/cmake/QtWrapperScriptHelpers.cmake index f76d52bca..273eea323 100644 --- a/cmake/QtWrapperScriptHelpers.cmake +++ b/cmake/QtWrapperScriptHelpers.cmake @@ -237,7 +237,7 @@ export CMAKE_GENERATOR=Xcode qt_internal_create_qt_configure_part_wrapper_script("STANDALONE_EXAMPLES") qt_internal_create_cyclone_dx_sbom_generator_script() - if(NOT CMAKE_CROSSCOMPILING) + if(QT_FORCE_BUILD_TOOLS OR NOT CMAKE_CROSSCOMPILING) qt_internal_create_qt_android_runner_wrapper_script() endif() endfunction()